Skip to main content

Update Webhook

PUT 

/webhook

Update webhook's webhookUrl or eventType

Request

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Header Parameters

    API-SECRET stringrequired
    Example: {{secretKey}}

Body

    webhookId string
    webhookUrl string
    eventType string

Responses

OK

Schema
    _id string
    projectId string
    webhookUrl string
    eventType string
    createdAt string
    updatedAt string
    __v number
Loading...

Was this page helpful?